翻訳と辞書
Words near each other
・ Worst Forms of Child Labour Recommendation
・ Worst Forms of Hazards faced by Children at Work
・ Worst Friends
・ Worst Friends (2009 film)
・ Worst Friends (2014 film)
・ Worst movie ever
・ Worst Part Is Over
・ Worst railway accidents in Australia
・ Worst Superpower Ever
・ Worst Thing I've Been Cursed With
・ Worst Week
・ Worst Year of My Life Again
・ Worst-case circuit analysis
・ Worst-case complexity
・ Worst-case distance
Worst-case execution time
・ Worst-case scenario
・ Worst-Case Scenario (TV series)
・ Worst-Case Scenario series
・ Worst. Person. Ever.
・ Worstead
・ Worstead railway station
・ Worsted
・ Worsted Act 1776
・ Worster-Drought syndrome
・ Worsthorne
・ Worsthorne-with-Hurstwood
・ Worston
・ Worstville, Ohio
・ Worstward Ho


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Worst-case execution time : ウィキペディア英語版
Worst-case execution time

The worst-case execution time (WCET) of a computational task is the maximum length of time the task could take to execute on a specific hardware platform.
== What WCET is used for ==

Worst case execution time is typically used in reliable real-time systems, where understanding the worst case timing behaviour of software is important for reliability or correct functional behaviour.
As an example, a computer system that controls the behaviour of an engine in a vehicle might need to respond to inputs within a specific amount of time. One component that makes up the response time is the time spent executing the software – hence if the software worst case execution time can be determined, then the designer of the system can use this with other techniques such as schedulability analysis to ensure that the system responds fast enough.
While WCET is potentially applicable to many real-time systems, in practice the an assurance of WCET is mainly used by real-time systems that are related to high reliability or safety. For example in airborne software, some attention to software is required by DO178B section 6.3.4. The increasing use of software in automotive systems is also driving the need to use WCET analysis of software.
In the design of some systems, WCET is often used as an input to schedulability analysis, although a much more common use of WCET in critical systems is to ensure that the pre-allocated timing budgets in a partition-scheduled system such as ARINC 653 are not violated.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Worst-case execution time」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.